/* reset and common */
@charset: utf-8;

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
img, small, strong, b, i, ul, li,
form, label,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight: normal;
    vertical-align:bottom;
    background:transparent;
}

body {
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    line-height: 1;
}

:focus {
	outline: 1;
}

ul {
    list-style:none;
}

a {
    font-size:100%;
    text-decoration: none;
    color: inherit; 
    vertical-align:baseline;
    background:transparent;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear:after {
    visibility: hidden; 
    display: block; 
    clear: both; 
    height: 0; 
    font-size: 0; 
    content: ".";
}
.clear {
    zoom:1;
}
.lt {
    float: left;
}
.rt {
    float: right;
}